|
''Compilers: Principles, Techniques, and Tools''〔Aho, Sethi, Ullman, ''Compilers: Principles, Techniques, and Tools'', Addison-Wesley, 1986. ISBN 0-201-10088-6〕 is a computer science textbook by Alfred V. Aho, Monica S. Lam, Ravi Sethi, and Jeffrey D. Ullman about compiler construction. Although more than two decades have passed since the publication of the first edition, it is widely regarded as the classic definitive compiler technology text.〔(【引用サイトリンク】title=The Top 9 1/2 Books in a Hacker's Bookshelf )〕 It is affectionately known as the ''Dragon Book'' to a generation of computer scientists as its cover depicts a knight and a dragon in battle, a metaphor for conquering complexity. This name can also refer to Aho and Ullman's older ''Principles of Compiler Design''. ==First edition== The first edition is informally called the "red dragon book" to distinguish it from the second edition and from Aho & Ullman’s 1977 ''Principles of Compiler Design'' sometimes known as the "green dragon book" 〔 Topics covered in the first edition include: *Compiler structure *Lexical analysis (including regular expressions and finite automata) *Syntax analysis (including context-free grammars, LL parsers, bottom-up parsers, and LR parsers) *Syntax-directed translation *Type checking (including type conversions and polymorphism) *Run-time environment (including parameter passing, symbol tables, and register allocation) *Code generation (including intermediate code generation) *Code optimization 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Compilers: Principles, Techniques, and Tools」の詳細全文を読む スポンサード リンク
|